home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 511 / 2columns / readme.2cl < prev   
Encoding:
Text File  |  1991-01-02  |  4.3 KB  |  97 lines

  1. TWO COLUMN PRINTER - Release 4  "READ ME"
  2.  
  3. This is a summary of additions and changes made to Self-Styled Software's
  4. TWO COLUMN PRINTER (2COLUMNS.PRG) between Release 3 (2/90) and Release 4
  5. (1/91).
  6.  
  7. Full instructions are in 2COLUMNS.DOC and there are some "help" options in
  8. the program itself.  2COLUMNS.DOC also shows you how to customize or
  9. create a printer driver.  If your copy of TWO COLUMN PRINTER did not
  10. include 2COLUMNS.DOC, you can get it from GEnie and Compuserve.
  11.  
  12. If you have any questions or comments, send EMAIL to JWC-OEO on GEnie.
  13.  
  14.  
  15. PRINTER DRIVERS, OLD AND NEW . . .
  16.  
  17. Printer drivers from previous releases will still work.  The drivers
  18. included with Release 4 have a new line that sets the following defaults: 
  19. Tab spacing; column length; and the maximum number of consecutive blank
  20. lines that will print.  See one of them for an example of how to add this
  21. line to your current driver.  If you don't add this line, the following
  22. defaults will be used:  Tab stops every 5 characters; default column
  23. length equal to 2 lines less than the maximum; and a consecutive blank
  24. line limit of 2 lines.
  25.  
  26. A driver for the HP Deskjet 500 (no font cards) has been added to Release
  27. 4 and the "basic" HP Deskjet driver has been improved.
  28.  
  29.  
  30. NEW FEATURES IN RELEASE 4
  31.  
  32. * New TAB handling
  33. Tabs are now "true tabs".  That is, a tab will cause printing to skip to
  34. the next tab stop rather than always to jump a constant number of spaces. 
  35. Only regular tab spacing is available but this spacing is adjustable. 
  36. These changes are useful mainly to people printing source code who want
  37. TWO COLUMN PRINTER's output to match their editors.
  38.  
  39. * Blank line "filter"
  40. There is now a limit to the number of blank lines in a row that will
  41. print.  This keeps paper from being wasted when files contain long series
  42. of blank lines.  The filter is preset to 2 but this can be changed in your
  43. printer driver (range 2-9).  The "filter" does not affect the file preview
  44. option.
  45.  
  46. * Low memory operating mode
  47. Although slower than other methods, this new mode allows much bigger files
  48. to be printed under "tight" memory conditions.  If a minimum amount of
  49. memory is available (~180K) then files of essentially any size can be
  50. printed.  The old "fast" printing methods are used automatically when
  51. there is sufficient memory.  See 2COLUMNS.DOC for more on memory
  52. requirements.
  53.  
  54. * "Repair-botched-printout" option
  55. Ever had a long printout go bad when your printer ate the last couple of
  56. sheets?  Maybe you've misloaded your paper at the start of side two?  With
  57. pervious versions of TWO COLUMN PRINTER all you could do was reprint the
  58. whole file.  Release 4 has a new option that allows you to print selected
  59. pages only and to skip the ones that came out right the first time.
  60.  
  61. * Aladdin Manual fixes
  62. Several changes were made so that TWO COLUMN PRINTER would do a better job
  63. of printing the "raw" version of GEnie's Aladdin manual.  The "low memory"
  64. mode and the "blank line filter" above are two of these.  Another is the
  65. ability to deal with "line feed only" lines in both the printout and the
  66. file preview.  The only unsolved problem is that the "overstrike" lines
  67. still print as three separate lines.
  68.  
  69. * Technical stuff
  70. "Big screen" cosmetics have been cleaned up.  All "line A" calls are gone. 
  71. Changes have been made to memory management.  The warning about using
  72. versions of Turbo ST before v1.6 in low resolution has been removed.  They
  73. still cause problems in low resolution, but hopefully nobody is still
  74. using such old versions of this fine program.
  75.  
  76.  
  77. BUG FIXES . . .
  78.  
  79. Default file extensions that are less than three characters long now work
  80. fine.
  81.  
  82. The binding width for two sided printing is now set properly when using
  83. the "manual feed" print option.
  84.  
  85.  
  86. BUGS AND DEFICIENCIES . . .
  87.  
  88. -- The "Is the printer ready?" check does not work with some HP Deskjet
  89. printers.  Not realizing that it's turned off, 2COLUMNS.PRG will go ahead
  90. and send data to the unresponsive printer until it's done or you press
  91. "Q".  Don't turn your printer on until it's done.
  92.  
  93. -- New bugs were probably introduced and are ready to pounce on faithful
  94. and trusting users but have so far managed to remain hidden from this
  95. diligent programer/tester.  Hopefully they are not too serious.  Let me
  96. know about any you find.
  97.